Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Python
1) 2D Graphics
2) Application
3) Buildin Function
4) Class
5) Data Structure
6) Data Type
7) Database
8) Development
9) Dictionary
10) Event
11) Exception
12) File
13) Function
14) GUI Pmw
15) GUI Tk
16) Language Basics
17) List
18) Math
19) Network
20) String
21) System
22) Thread
23) Tuple
24) Utility
25) XML
Tuple
1) A Simple function definition
2) A tuple consists of a number of values separated by commas
3) A tuple containing an integer
4) A tuple with one item
5) Concatinate two tuples
6) Convert tuple to a list and sort them
7) Create a tuple with some items and display with a for loop
8) Create an empty tuple
9) Create tuple from an integer
10) Display a slice
11) Display one item through an index
12) Empty tuples are constructed by an empty pair of parentheses
13) Get the length of a tuple
14) In function for a string and a tuple
15) Indexing a 2-item tuple
16) Indexing a single-item tuple
17) Iterate over a string and tuple
18) List inside a tuple
19) Print each element in the tuple
20) Range and tuple
21) Test for membership with in
22) Treat the tuple as a condition
23) Tuple assigment
24) Tuple assignment
25) Tuple assignment in for
26) Tuple concatenation
27) Tuple indexing and slicing
28) Tuple inside a list and reference tuple element
29) Tuple is not changable
30) Tuple repitition Demo
31) Tuple sequence
32) Tuples
33) Use Print to display tuples
34) Zip three tuples